home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Developer & Web Development Tools / Twistpad 1.64 / Setup.exe / Twistpad.exe / 0 / RCDATA / TFRMFINDREPLACE / TFRMFINDREPLACE.txt < prev   
Text File  |  2008-08-19  |  7KB  |  297 lines

  1. object FrmFindReplace: TFrmFindReplace
  2.   Left = 540
  3.   Top = 214
  4.   Width = 408
  5.   Height = 188
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   Anchors = [akLeft]
  9.   BorderIcons = []
  10.   Caption = 'Find'
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'Tahoma'
  16.   Font.Style = []
  17.   OldCreateOrder = False
  18.   OnActivate = FormActivate
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnDeactivate = FormDeactivate
  22.   DesignSize = (
  23.     400
  24.     159)
  25.   PixelsPerInch = 96
  26.   TextHeight = 13
  27.   object Label1: TLabel
  28.     Left = 9
  29.     Top = 13
  30.     Width = 51
  31.     Height = 13
  32.     Caption = 'Find what:'
  33.   end
  34.   object Label2: TLabel
  35.     Left = 9
  36.     Top = 39
  37.     Width = 65
  38.     Height = 13
  39.     Caption = 'Replace with:'
  40.   end
  41.   object CkReplaceSelText: TCheckBox
  42.     Left = 78
  43.     Top = 64
  44.     Width = 131
  45.     Height = 17
  46.     Caption = 'In selected text only'
  47.     TabOrder = 3
  48.     OnClick = CkReplaceSelTextClick
  49.   end
  50.   object Panel1: TPanel
  51.     Left = 5
  52.     Top = 62
  53.     Width = 271
  54.     Height = 86
  55.     BevelOuter = bvNone
  56.     TabOrder = 9
  57.     object Image1: TImage
  58.       Left = 10
  59.       Top = 65
  60.       Width = 21
  61.       Height = 16
  62.       Picture.Data = {<image000.bmp>}
  63.       Visible = False
  64.     end
  65.     object GroupBox1: TGroupBox
  66.       Left = 5
  67.       Top = 3
  68.       Width = 117
  69.       Height = 58
  70.       Caption = 'Direction'
  71.       TabOrder = 0
  72.       object RBUp: TRadioButton
  73.         Left = 7
  74.         Top = 18
  75.         Width = 100
  76.         Height = 13
  77.         Caption = 'Up'
  78.         TabOrder = 0
  79.       end
  80.       object RBDown: TRadioButton
  81.         Left = 7
  82.         Top = 37
  83.         Width = 100
  84.         Height = 13
  85.         Caption = 'Down'
  86.         Checked = True
  87.         TabOrder = 1
  88.         TabStop = True
  89.       end
  90.     end
  91.     object chkMatchWord: TCheckBox
  92.       Left = 131
  93.       Top = 6
  94.       Width = 131
  95.       Height = 17
  96.       Caption = 'Match whole word'
  97.       TabOrder = 1
  98.     end
  99.     object chkMatchCase: TCheckBox
  100.       Left = 131
  101.       Top = 25
  102.       Width = 131
  103.       Height = 17
  104.       Caption = 'Match case'
  105.       TabOrder = 2
  106.     end
  107.     object chkRE: TCheckBox
  108.       Left = 131
  109.       Top = 45
  110.       Width = 131
  111.       Height = 17
  112.       Caption = 'Regular expressions'
  113.       TabOrder = 3
  114.       OnClick = chkREClick
  115.     end
  116.     object CkWrap: TCheckBox
  117.       Left = 131
  118.       Top = 64
  119.       Width = 131
  120.       Height = 17
  121.       Caption = 'Wrap Searchs'
  122.       TabOrder = 4
  123.       OnClick = chkREClick
  124.     end
  125.   end
  126.   object SpeedButton1: TBitBtn
  127.     Left = 285
  128.     Top = 8
  129.     Width = 22
  130.     Height = 21
  131.     Anchors = [akTop, akRight]
  132.     TabOrder = 1
  133.     OnClick = SpeedButton1Click
  134.     Glyph.Data = {
  135.       A2000000424DA2000000000000007600000028000000080000000B0000000100
  136.       0400000000002C000000120B0000120B00001000000010000000000000000000
  137.       80000080000000808000800000008000800080800000C0C0C000808080000000
  138.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDDDD0D
  139.       DDDDDD00DDDDDD000DDDDD0000DDDD00000DDD0000DDDD000DDDDD00DDDDDD0D
  140.       DDDDDDDDDDDD}
  141.   end
  142.   object CmbFind: TTntHistoryComboBox
  143.     Left = 78
  144.     Top = 9
  145.     Width = 203
  146.     Height = 21
  147.     Anchors = [akLeft, akTop, akRight]
  148.     ItemHeight = 13
  149.     TabOrder = 0
  150.     OnChange = CmbFindChange
  151.     Key = 'SOFTWARE\Carthago\TwistPad\Find\FindHst'
  152.     MaxHistoryLength = 20
  153.   end
  154.   object CmbReplace: TTntHistoryComboBox
  155.     Left = 78
  156.     Top = 36
  157.     Width = 203
  158.     Height = 21
  159.     Anchors = [akLeft, akTop, akRight]
  160.     ItemHeight = 13
  161.     TabOrder = 2
  162.     MaxHistoryLength = 20
  163.   end
  164.   object BtnFind: TButton
  165.     Left = 317
  166.     Top = 8
  167.     Width = 74
  168.     Height = 23
  169.     Anchors = [akTop, akRight]
  170.     Caption = '&Find Next'
  171.     Default = True
  172.     Font.Charset = DEFAULT_CHARSET
  173.     Font.Color = clBlack
  174.     Font.Height = -11
  175.     Font.Name = 'Tahoma'
  176.     Font.Style = [fsBold]
  177.     ParentFont = False
  178.     TabOrder = 4
  179.     OnClick = BtnFindClick
  180.   end
  181.   object BtnCancel: TButton
  182.     Left = 317
  183.     Top = 65
  184.     Width = 74
  185.     Height = 23
  186.     Anchors = [akTop, akRight]
  187.     Cancel = True
  188.     Caption = '&Close'
  189.     Font.Charset = DEFAULT_CHARSET
  190.     Font.Color = clBlack
  191.     Font.Height = -11
  192.     Font.Name = 'Tahoma'
  193.     Font.Style = []
  194.     ParentFont = False
  195.     TabOrder = 6
  196.     OnClick = BtnCancelClick
  197.   end
  198.   object BtnReplace: TBitBtn
  199.     Left = 317
  200.     Top = 94
  201.     Width = 74
  202.     Height = 23
  203.     Anchors = [akTop, akRight]
  204.     Caption = '&Replace'
  205.     Font.Charset = DEFAULT_CHARSET
  206.     Font.Color = clBlack
  207.     Font.Height = -11
  208.     Font.Name = 'Tahoma'
  209.     Font.Style = []
  210.     ParentFont = False
  211.     TabOrder = 7
  212.     OnClick = BtnReplaceClick
  213.     Glyph.Data = {
  214.       C6000000424DC60000000000000076000000280000000A0000000A0000000100
  215.       04000000000050000000120B0000120B00001000000010000000000000000000
  216.       80000080000000808000800000008000800080800000C0C0C000808080000000
  217.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDDDD00
  218.       0000DDDD00DDDD000000DDD0000DDD000000DD000000DD000000D00000000D00
  219.       0000DDDD00DDDD000000DDD0000DDD000000DD000000DD000000D00000000D00
  220.       0000DDDDDDDDDD000000}
  221.     Layout = blGlyphRight
  222.   end
  223.   object BtnReplaceAll: TButton
  224.     Left = 317
  225.     Top = 124
  226.     Width = 74
  227.     Height = 23
  228.     Anchors = [akTop, akRight]
  229.     Caption = 'Replace &All'
  230.     Font.Charset = DEFAULT_CHARSET
  231.     Font.Color = clBlack
  232.     Font.Height = -11
  233.     Font.Name = 'Tahoma'
  234.     Font.Style = []
  235.     ParentFont = False
  236.     TabOrder = 8
  237.     OnClick = BtnReplaceAllClick
  238.   end
  239.   object BtnMore: TBitBtn
  240.     Left = 317
  241.     Top = 37
  242.     Width = 74
  243.     Height = 23
  244.     Anchors = [akTop, akRight]
  245.     Caption = '&More'
  246.     Font.Charset = DEFAULT_CHARSET
  247.     Font.Color = clBlack
  248.     Font.Height = -11
  249.     Font.Name = 'Tahoma'
  250.     Font.Style = []
  251.     ParentFont = False
  252.     TabOrder = 5
  253.     OnClick = BtnMoreClick
  254.     Glyph.Data = {
  255.       96000000424D9600000000000000360000002800000007000000040000000100
  256.       18000000000060000000120B0000120B00000000000000000000FF00FFFF00FF
  257.       FF00FF000000FF00FFFF00FFFF00FF000000FF00FFFF00FF0000000000000000
  258.       00FF00FFFF00FF000000FF00FF000000000000000000000000000000FF00FF00
  259.       0000000000000000000000000000000000000000000000000000}
  260.     Layout = blGlyphRight
  261.   end
  262.   object FnpFormEnh1: TFnpFormEnh
  263.     MinSizeX = 380
  264.     StorageMode = SmFsIniFile
  265.     SavePosition = True
  266.     SaveSize = True
  267.     SubKey = '\Software\Carthago\TwistPad\windows'
  268.     Left = 114
  269.     Top = 128
  270.   end
  271.   object RegExMenu: TTBXPopupMenu
  272.     Left = 77
  273.     Top = 126
  274.   end
  275.   object MenuMore: TTBXPopupMenu
  276.     OnPopup = MenuMorePopup
  277.     Left = 45
  278.     Top = 126
  279.     object MenuFindAll: TTBXItem
  280.       Caption = 'Find all'
  281.       OnClick = MenuFindAllDocsClick
  282.     end
  283.     object MenuFindAllDocs: TTBXItem
  284.       Caption = 'Find in all documents'
  285.       OnClick = MenuFindAllDocsClick
  286.     end
  287.     object MenuHighLIghtAll: TTBXItem
  288.       Caption = 'Highlight all'
  289.       OnClick = MenuHighLIghtAllClick
  290.     end
  291.     object MenuBookMarkAll: TTBXItem
  292.       Caption = 'Bookmark all'
  293.       OnClick = MenuBookMarkAllClick
  294.     end
  295.   end
  296. end
  297.